home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 015a / sputls.zip / DU.DOC < prev    next >
Text File  |  1991-01-06  |  2KB  |  77 lines

  1. Disk Usage  version 1.3 (C) SPETER SOFTWARE,   January 1991.
  2.  
  3. This program shows the Disk Usage of the specified (or current) directory
  4. and its sub-directories.
  5.  
  6. The program was written in Borland's Turbo Pascal 5.5
  7.  
  8. Usage:
  9. ------
  10. 1:   DU /h
  11.  
  12.         Output a help screen.
  13.  
  14. 2:   DU [path]
  15.  
  16.         Display the total disk space taken up by the specified (or current)
  17.         directory and its sub-directories;
  18.  
  19.           path     (optional)   sets the initial directory;  the program will
  20.                                 display the number of bytes taken up by this
  21.                                 directory and all its sub-directories.
  22.  
  23.           NOTE:   the disk usage figures do NOT include the space taken up by
  24.                   the directories themselves (16 directory entries require
  25.                   512 bytes).
  26. Example:
  27. --------
  28. DU c:
  29.  
  30.     │Disk Usage Utility   v 1.3 (C) SPETER Software   January 1991
  31.     │
  32.     │At:   17:56 Hrs     1 Jan 1991
  33.     │
  34.     │Dir Names                   Num Files     Size
  35.     │----------------------------------------------
  36.     │C:\                            36     411,648
  37.     │C:\4DOS3                       15     354,304
  38.     │C:\BATCH                       14      30,720
  39.     │C:\CAMERA                       6      34,816
  40.     │C:\DOS                         66     679,936
  41.     │C:\GAMES                       51   1,134,592
  42.     │C:\TOOLS                       35     485,376
  43.     │C:\TP5                          2      43,008
  44.     │C:\TP5\BIN                     26     993,280
  45.     │C:\TP5\CAPTURE                 20     172,032
  46.     │C:\TP5\DOC                     10      69,632
  47.     │C:\TP5\EXAMPLES                28     155,648
  48.     │C:\TP5\GAMES                    0           0
  49.     │C:\TP5\GAMES\CONQUEST          40     417,792
  50.     │C:\TP5\GAMES\HORSE              5     131,072
  51.     │C:\TP5\GRAPHICS                69     530,432
  52.     │.
  53.     │.
  54.     │.
  55.     │----------------------------------------------
  56.     │ Cluster size                           2,048
  57.     │
  58.     │ 91 directories              1797  25,798,656
  59.     │ Bytes free:                        7,333,888
  60.     │ Total disk space:                 33,419,264
  61.  
  62. Correspondence:
  63. ---------------
  64.     Please address any comments to:
  65.  
  66.         Stephen Peter
  67.  
  68.     INTERNET:
  69.         steve@cad0.arch.unsw.oz.au
  70.  
  71.     POST:
  72.         SPETER SOFTWARE
  73.         P.O. BOX 643
  74.         LANE COVE
  75.         NSW  2066
  76.         AUSTRALIA
  77.